+Thu Feb 26 22:56:40 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkwidget.c: Replace gtk_widget_get_mnemonic_widgets()
+ by list_mnemonic_widgets() in doc comments as well.
+
Thu Feb 26 16:36:38 2004 Owen Taylor <otaylor@redhat.com>
Fixes from Torsten Schoenfeld.
+Thu Feb 26 22:56:40 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkwidget.c: Replace gtk_widget_get_mnemonic_widgets()
+ by list_mnemonic_widgets() in doc comments as well.
+
Thu Feb 26 16:36:38 2004 Owen Taylor <otaylor@redhat.com>
Fixes from Torsten Schoenfeld.
+Thu Feb 26 22:56:40 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkwidget.c: Replace gtk_widget_get_mnemonic_widgets()
+ by list_mnemonic_widgets() in doc comments as well.
+
Thu Feb 26 16:36:38 2004 Owen Taylor <otaylor@redhat.com>
Fixes from Torsten Schoenfeld.
+Thu Feb 26 22:56:40 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkwidget.c: Replace gtk_widget_get_mnemonic_widgets()
+ by list_mnemonic_widgets() in doc comments as well.
+
Thu Feb 26 16:36:38 2004 Owen Taylor <otaylor@redhat.com>
Fixes from Torsten Schoenfeld.
+Thu Feb 26 22:56:40 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkwidget.c: Replace gtk_widget_get_mnemonic_widgets()
+ by list_mnemonic_widgets() in doc comments as well.
+
Thu Feb 26 16:36:38 2004 Owen Taylor <otaylor@redhat.com>
Fixes from Torsten Schoenfeld.
* @label: a #GtkWidget that acts as a mnemonic label for @widget.
*
* Adds a widget to the list of mnemonic labels for
- * this widget. (See gtk_widget_get_mnemonic_labels()). Note the
+ * this widget. (See gtk_widget_list_mnemonic_labels()). Note the
* list of mnemonic labels for the widget is cleared when the
* widget is destroyed, so the caller must make sure to update
* it's internal state at this point as well, by using a connection
* @widget with gtk_widget_add_mnemonic_label().
*
* Removes a widget from the list of mnemonic labels for
- * this widget. (See gtk_widget_get_mnemonic_labels()). The widget
+ * this widget. (See gtk_widget_list_mnemonic_labels()). The widget
* must have previously been added to the list with
* gtk_widget_add_mnemonic_label().
*